home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 May
/
CMCD0504.ISO
/
Software
/
Freeware
/
Programare
/
gdiplusdelphi
/
demos
/
Using Images, Bitmaps, and Metafiles
/
Reading and Writing Metadata
/
Write
/
GDITEST78.dpr
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2003-04-05
|
189 b
|
14 lines
program GDITEST78;
uses
Forms,
Unit1 in 'Unit1.pas' {Form1};
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Application.Run;
end.